type go/types.nodeQueue

7 uses

	go/types (current package)
		initorder.go#L27: 	pq := nodeQueue(dependencyGraph(check.objMap))
		initorder.go#L313: type nodeQueue []*graphNode
		initorder.go#L315: func (a nodeQueue) Len() int { return len(a) }
		initorder.go#L317: func (a nodeQueue) Swap(i, j int) {
		initorder.go#L323: func (a nodeQueue) Less(i, j int) bool {
		initorder.go#L338: func (a *nodeQueue) Push(x any) {
		initorder.go#L342: func (a *nodeQueue) Pop() any {